summaryrefslogtreecommitdiffstats
path: root/CMake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to match codeTiger Wang2021-05-041-2/+2
|
* Add player statistics to API (#5193)nshah252021-05-031-0/+1
| | | | | | * Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Fix: GetPhysicalRamUsage on FreeBSD (UNIX) - webadmin display (#5213)Morritz2021-04-301-0/+3
| | | | | | | | | | | * Fix: GetPhysicalRamUsage on FreeBSD (UNIX) - webadmin display * fixed cast type * Fix: GetPhysicalRamUsage on FreeBSD - webadmin display / style and failing build fixes * added myself to contributors Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com>
* Make Windows go brrrr, not tick. tick. tick. (#5201)Tiger Wang2021-04-211-2/+2
| | | * Fixes #5140
* Update the minimodulesTiger Wang2021-04-122-4/+7
|
* Turn off SQLITE_ENABLE_JSON1Tiger Wang2021-02-111-6/+5
|
* zlib -> libdeflate (#5085)Tiger Wang2021-01-112-3/+3
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)12xx122020-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed network fixed explosion fixed ticking added network broadcast to Setter method added nullptr protection using macros in 1.10 Protocol_1_10.cpp revealed functions to LUA API small fixups, typos, less functions used fixed more doc readded info that saving is done only if the beam is displayed made the constructor transfer all needed members fixed wrong commit removed default parameters on SpawnEnderCrystal fixed wrong metadata moved call to destroy in the right place fixed some typos Fixed Ender Crystal * fixed documentation * fixed doc and added proper error message * Parameters, arrows * Parameters Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* MUSL stack size (#4995)Tiger Wang2020-10-171-0/+8
|
* Upgrade squeelylitecpp to 3.1.1Tiger Wang2020-09-301-7/+8
|
* Custom command depend is automaticTiger Wang2020-07-131-1/+1
|
* Jenkins crosscompileTiger Wang2020-07-132-10/+1
|
* Jenkins fixesTiger Wang2020-07-133-4/+4
|
* Address commentsTiger Wang2020-07-121-5/+7
|
* FunktionsTiger Wang2020-07-124-228/+236
|
* More CMake cleanupTiger Wang2020-07-122-0/+141
|
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-163-0/+168
* Make our CMake slightly less insane